Companies
List Company Templates
Lists proposal templates for a company.
GET
/
v3
/
companies
/
{companyId}
/
templates
Copy
curl --request GET \
--url https://api.proposales.com/v3/companies/{companyId}/templates \
--header 'Authorization: Bearer <token>'
Copy
{
"data": [
{
"title": "<string>",
"uuid": "<string>",
"language": "<string>",
"background_image_uuid": "<string>"
}
]
}
The ID of the company
Response
Copy
curl --request GET \
--url https://api.proposales.com/v3/companies/{companyId}/templates \
--header 'Authorization: Bearer <token>'
Copy
{
"data": [
{
"title": "<string>",
"uuid": "<string>",
"language": "<string>",
"background_image_uuid": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.